object FrmCrash: TFrmCrash Left = 257 Top = 148 BorderIcons = [] BorderStyle = bsSingle Caption = 'Sessie afgebroken' ClientHeight = 160 ClientWidth = 315 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 16 Width = 57 Height = 49 Picture.Data = {} end object TxtInfoCrash: TLabel Left = 80 Top = 16 Width = 225 Height = 97 AutoSize = False Caption = 'xxxxxxxxxxxxxxxxxxxx' Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object BtnYes: TBitBtn Left = 48 Top = 127 Width = 99 Height = 25 HelpContext = 1101 Caption = '&Ja' TabOrder = 0 OnClick = BtnYesClick Kind = bkYes end object BtnNo: TBitBtn Left = 166 Top = 127 Width = 97 Height = 25 HelpContext = 1102 Caption = '&Nee' TabOrder = 1 OnClick = BtnNoClick Kind = bkNo end end